home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / platforms and tools / macapp / windoid / readmefirst < prev    next >
Encoding:
Text File  |  2000-09-28  |  1.0 KB  |  28 lines

  1. Windoid is a MacApp 3.0 sample, which shows how to construct tear-off floating windows for control of window information. This is a simple example that has the bare minimum for supporting floating windows, written in generic C++.
  2.  
  3. This sourcecode is compiled and linked in the following environment:
  4.  
  5. MPW 3.2 
  6. MPW C++ 3.2a3
  7. [don't worry about all the inlining warnings generated by C++]
  8. MacApp 3.0b2PQR
  9.  
  10.  
  11. Any possible known and unknown bugs will be fixed in subsequent releases.
  12. Concerning comments, bug reports, and other issues, contact:
  13.  
  14. Kent Sandvik, DTS
  15. AppleLink: KSAND
  16. Usenet:    ksand@apple.com
  17. CompuServe:75300,1331
  18.  
  19. Changes since 1.0a2:
  20. Updated the method interfaces and calls to the new rules of MacApp3.0b1/b2.
  21.  
  22. Todo:
  23. Could not make use of the new View format yet, because I was unsure about
  24. how to include the floating window WDEF information in the .r file.
  25. Move IRes method implementations to DoPostCreate.
  26. Fix bugs (like when one moves quickly the floating window to another screen,
  27. and back, it gets confused and highlights many rects)
  28.